Class CHAPProcessImpl

All Implemented Interfaces:
IPCObject, CHAPProcess, Process

public class CHAPProcessImpl extends ProcessImpl implements CHAPProcess
Information provided by the PKI file:

    \class ChapProcess
    
    \brief ChapProcess is the process that manipulates the protocol CHAP.
    
    \example network().getDevice("Router0").getProcess("ChapProcess")
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • setPassword

      public void setPassword(String password)
      Information provided by the PKI file:
      
          \brief Sets the CHAP password.
          
          \param string, the CHAP password.
          
              
      Specified by:
      setPassword in interface CHAPProcess
      Parameters:
      password - Takes in a parameter of password
    • setUserName

      public void setUserName(String username)
      Information provided by the PKI file:
      
          \brief Sets the CHAP username.
          
          \param string, the CHAP username.
          
              
      Specified by:
      setUserName in interface CHAPProcess
      Parameters:
      username - Takes in a parameter of username
    • getUserName

      public String getUserName()
      Information provided by the PKI file:
      
          \brief Returns the CHAP username.
          
          \return string, the CHAP username.
          
              
      Specified by:
      getUserName in interface CHAPProcess
      Returns:
      String Returns a String
    • getPassword

      public String getPassword()
      Information provided by the PKI file:
      
          \brief Returns the CHAP password.
          
          \return string, the CHAP password.
          
              
      Specified by:
      getPassword in interface CHAPProcess
      Returns:
      String Returns a String